/*
========================
Header area start
========================
*/
/* width */
::-webkit-scrollbar {
    width: 8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: grey; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #b30000; 
  }

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;600;700;800&family=Rokkitt:wght@300;400;500;600;700;800;900&display=swap');


@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/* COMPACT CAPTCHA */

.capbox {
	background-color: #BBBBBB;
	background-image: linear-gradient(#BBBBBB, #9E9E9E);
	border: #2A7D05 0px solid;
	border-width: 2px 2px 2px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	padding: 5px 8px 5px 8px;
	border-radius: 4px 4px 4px 4px;
	}

.capbox-inner {
	font: bold 12px arial, sans-serif;
	color: #000000;
	background-color: #E3E3E3;
	margin: 0px auto 0px auto;
	padding: 3px 10px 5px 10px;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	}

#CaptchaDiv {
	color: #000000;
	font: normal 25px Impact, Charcoal, arial, sans-serif;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	user-select: none;
	display: inline-block;
	padding: 3px 14px 3px 8px;
	margin-right: 4px;
	border-radius: 4px;
	}

#CaptchaInput {
	border: #38B000 2px solid;
	margin: 3px 0px 1px 0px;
	width: 105px;
	}

/* Social area */
.head-social {
	padding: 0px 0 10px;
	
	

}

.tags img {
    margin-top: -20px;

}

.social-icon {
    background: #FCB623;
    min-height: 146px;
    padding: 45px 50px 20px 90px;
    border-radius: 5px;
}
.social-icon i {
    width: 40px;
    width: 4rem;
    /* height: 40px; */
    /* height: 4rem; */
    background: #FFF;
    border-radius: 50%;
    line-height: 40px;
    line-height: 4rem;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    color: #2A3D8C;
    margin-right: 15px;
    /* margin-right: 1.5rem; */
}

/* .............. */



.button {
  z-index: 9;
  position: absolute;
  width: 80%;
  top: -6%;
  left: 133%;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  cursor: pointer;
}

.button:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.button:hover + .button-outline {
  width: 85%;
}

.button-outline {
  position: absolute;
  width: 75%;
  top: -6%;
  left: 133%;
  border-radius: 100%;
  border: 7px solid #fff;
  transform: translate(-50%, -50%);
  transition: all 0.25s cubic-bezier(.7, .11, .32, 2);
}

.button-outline:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.button-text {
    position: absolute;
    top: 29%;
    left: 11%;
    /* transform: translate(-50%, -25%); */
    font-size: 32px;
    font-family: "Open Sans", sans-serif;
    color: #2a3d8c;
}

.button-container {
  position: relative;
  margin: 0 auto;
  width: 400px;
  height: 120px;
}

.button-container:after {
    position: relative;
    margin: 0 auto;
    width: 400px;
    height: 120px;
}
   /* 

   font-family: 'Montserrat', sans-serif;

    font-family: 'Open Sans', sans-serif;

    font-family: 'Rokkitt', serif;

    */


body {	
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;    
	background: #2a3d8c;
	color: #fff;	
}

a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

::selection {
    color: white; 
    background: #ff7675;
}

::-webkit-selection {
    color: white; 
    background: #ff7675;
}

::-moz-selection {
    color: white; 
    background: #ff7675;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0,0,0,.5);   
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {   
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);   
}

/*header-area start*/

.header-area {
    padding: 10px 30px;
    background-image: url(images/headbg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 25% 100%;
    min-height: 300px;
}

.head-left {
    text-align: left;
}

.head-left a img {
    width: 350px;
}

.head-right {
    text-align: right;
}

.head-right a img {    
    width: 70px;    
}

/*header-area end*/


/*story-area start*/
.story-area {
    padding: 0 0 5px;
  
    background-repeat: no-repeat;
    background-position: bottom left;
}

.story-wrapper {
    margin-top: -5px;
    background: url(images/Shape.png);
    background-repeat: no-repeat;
    background-position: top right;    
}

.story-part h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 127px;
    font-weight: bold;
    line-height: 120px;
    text-align: left;
    margin-top: -60px;
    margin-left: 190px;
}

.story-part h2 span {
    margin-left: 220px;
}

/*story-area end*/


/*born-area start*/
.born-area {
    background: url(images/born.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 32% 80%;
    min-height: 250px;
    margin-top: -317px;
    margin-right: 116px;
}

.born-wrapper {
    text-align: center;   
}

/*about-area start*/
.about-area {
    padding-top: 20px;
}

.aboul-part {    
    text-align: center;
    margin-top: -50px;
    margin-bottom: 20px;
}

.about-left h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 182px;
    font-weight: bold;
    line-height: 150px;
    text-align: right;
}

.about-right {
    margin-right: 20px;
}


.about-right p {
    font-size: 43px;
    line-height: 50px;
    margin-right: 40px;
}

/*humble-area start*/
.humble-are {
    padding: 100px 0;
    background: url(images/circle.png);
    background-repeat: no-repeat;
    background-size: 30%;
    margin-left: 70px;
}

.humble-left h2 {
    font-size: 70px;
    font-weight: 600;
}

.humble-left span {
    width: 50px;
    height: 3px;
    display: block;
    background: #61A9C9;
}

.humble-left p {
    font-size: 31px;
    font-weight: 400;
    padding-top: 10px;
    line-height: 40px;
}

.humble-right {
    background: url(images/Greenery.png);
    background-repeat: no-repeat;
    padding: 40px 40px;    
    background-position: 100% 50%;
    
}

.humble-right h6 {
    font-size: 20px;
}

.humble-right p {
    font-size: 16px;
}

/*where-area start*/
.where-area {
    padding: 0 30px 50px 60px;
    background: url(images/wherebg.png);
    background-repeat: no-repeat;
    background-size: 20% 90%;
}

.whlf-part {
    text-align: right;
}

.whlf-part img {
    background: #fff;
    width: 420px;
}

.wherri-part {
    padding-right: 65px;
}

.wher-rip1 p {
    font-size: 31px;
    line-height: 40px;
    font-weight: 400;
    margin-top: -80px;
}

.wher-innp2 {
    background: url(images/circle.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 40%;
}

.wher-rip2 {
    text-align: right;
    padding-top: 30px;
}

.wher-rip2 h2 {
    font-size: 70px;
    font-weight: 600;
}

.wher-rip2 span {
    width: 50px;
    height: 3px;
    display: inline-block;
    background: #61A9C9;
    text-align: right;
}

.wher-rip2 p {
    font-size: 31px;
    font-weight: 400;
    padding-top: 10px;
    line-height: 40px;
}

/*beyoun-area start*/
.beyoun-area {
    padding: 80px 0 300px;
    background: url(images/beyound.png);
    background-repeat: no-repeat;
    background-size: 20% 80%;
    background-position: center right;
    border-bottom: 1px solid #707070;
    position: relative;
    margin-bottom: 5px;
}

.behri-part { 
    padding-right: 65px;  
    text-align: left;    
}

.behri-part img {
    background: #fff;
    width: 420px;
}

.beh-lfp1 p {
    font-size: 31px;
    line-height: 40px;
    font-weight: 400;
    margin-top: -80px;
}

.bey-innp2 {
    padding-left: 65px;
    background: url(images/circle.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 34%;
}

.beh-lfp2 {
    text-align: left;
    padding-top: 50px;
}

.beh-lfp2 h2 {
    font-size: 70px;
    font-weight: 600;
}

.beh-lfp2 span {
    width: 50px;
    height: 3px;
    display: inline-block;
    background: #61A9C9;
    text-align: right;
}

.beh-lfp2 p {
    font-size: 31px;
    font-weight: 400;
    padding-top: 10px;
    line-height: 40px;
}

.beh-btm {
    width: 800px;
    text-align: right;
    margin-left: initial;
    margin-right: 150px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}

.beh-btm p {
    font-size: 31px;
    font-weight: 400;
    padding-top: 10px;
    line-height: 40px;
    padding-bottom: 30px;
}

/*meet-area start*/
.meet-wrapper {
    padding: 30px 30px 0;
    background: url(images/Shape.png);
    background-repeat: no-repeat;
    background-position: 35% -20%;
    background-size: 10%;    
}

.meet-left h4 {
    font-size: 131px;
    font-weight: bold;
    margin: 0;
    line-height: 120px;
}

.meet-left .meeth5 {
    font-size: 131px;
    font-weight: bold;
    margin: 0;
    line-height: 120px;
    margin-left: 50px;    
}

.meet-left .meeth6 {
    font-size: 131px;
    font-weight: bold;
    margin: 0;
    line-height: 120px;
    margin-left: 120px;    
}











.meet-right p {
    font-size: 43px;
    font-weight: 400;
    line-height: 50px;
}

/*carousel-area start*/
.carousel-area {
    padding: 100px 30px 50px 100px;
}

.full-slider {
    position: relative;
}

.full-slider .prev, 
.full-slider .next {    
    color: white;
    text-decoration: none;
    font-size: 50px;
    padding: 5px 20px;
    position: absolute;
    z-index: 9999;
    top: 30%;
} 

.full-slider .prev {
    left: -60px;
}
.full-slider .next {
    right: 0;
}

.item img {
    width: 90%;
}

.slider-content h3 {
    font-size: 33px;
    font-weight: bold;
    padding-top: 10px;
}

.slider-content h6 {
    font-size: 20px;

}

.amader-slider .item-part {
   margin-top: 50px;
}



.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0,0,0,.5);   
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {   
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);   
}

/*<------------------>*/
 /*  6.Footer Area css */
/* <----------------> */

.footer-area {
	background: url('../images/footer-bg.png') no-repeat scroll 0 0/cover;
	z-index: 11111;
	

}
.footer-single-item h3 {
   
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #fff !important;
    text-align: inherit;
    text-transform: uppercase;
    font-size: 18px;
    
}
.footer-single-item a{
	/*color: #CCCCCC;*/
	color: #fff;
	display: block;
	padding-top:10px;
	font-weight: bold;
}

.footer-single-item span {
    /* background: #2A95D2; */
    background: #fff !important;
    height: 2px;
    width: 70px;
    display: inline-block;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    margin-left: 4px;
}
/* .............. */

.footer-single-item p{
	/*color: #CCCCCC;*/
	color: #fff;
	
}

.footer-single-item a:hover{
	/*color: #2A95D2;*/
	color:#FCB623;
	transition: 1.3s ease-out;
}

/* Tags */
.tags ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.tags ul a {
	display: block;
	background: #373232;
	margin:5px;
	margin: .5rem;
	padding:3px 10px;
	padding: .3rem 1rem;
	font-weight: 600;
	font-size:12px;
	font-size: 1.2rem;
}
.tags img{
	width:200px;
	
}
/* contact */
.contact i {
	color: #777777;
	font-size:17px;
	font-size: 1.7rem;
}
.contact a {
	margin-bottom:20px;
	margin-bottom: 2rem;
}
/* Footer */
.footer {

	margin-top: 50px;
	padding: 10px 0;
	margin-left: 30px;
	margin-right: 30px;	
	border-top: 1px solid #4F5B8D;
}
.copy p {
	color: #FFF;
	font-weight: 600;
}
.footer-icon i {
    background: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    color: #3e3b3b;
    margin-left: 5px;
}
.footer-icon {
	text-align: end;
}
.footer-icon i:hover{
	color: #FFF;
}

.phone-area {
	display: none;
}
@media (min-width: 1200px){
    .container {
        max-width: 1140px;
    }
}



/* add css*/
.row h2{
    font-weight: bold;
}



/* addintional css */




